projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2953de8
)
(Documentation Tips): Minor change.
author
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 20 Dec 2005 03:47:55 +0000
(
03:47
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 20 Dec 2005 03:47:55 +0000
(
03:47
+0000)
lispref/tips.texi
patch
|
blob
|
history
diff --git
a/lispref/tips.texi
b/lispref/tips.texi
index 1e12000956fd588bdbb1abe7822735704cba8260..165c4a9f084fe79a738ad63a595494991b2d1eb3 100644
(file)
--- a/
lispref/tips.texi
+++ b/
lispref/tips.texi
@@
-641,7
+641,7
@@
include before the first blank line so as to make this display useful.
@item
When you define a variable that users ought to set interactively, you
-
should normally
use @code{defcustom}. However, if for some reason you
+
normally should
use @code{defcustom}. However, if for some reason you
use @code{defvar} instead, start the doc string with a @samp{*}.
@xref{Defining Variables}.